runtime.gList.empty (method)

13 uses

	runtime (current package)
		chan.go#L461: 	for !glist.empty() {
		mgcmark.go#L297: 	if list.empty() {
		proc.go#L3359: 		if list, delta := netpoll(0); !list.empty() { // non-blocking
		proc.go#L3604: 		if faketime != 0 && list.empty() {
		proc.go#L3618: 			if !list.empty() {
		proc.go#L3658: 		if list, delta := netpoll(0); !list.empty() {
		proc.go#L3891: 	if glist.empty() {
		proc.go#L5198: 	if pp.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
		proc.go#L5260: 	for !pp.gFree.empty() {
		proc.go#L6147: 			if !list.empty() {
		proc.go#L7052: func (l *gList) empty() bool {